﻿// JScript File
//Opens profile view
function openProfile(URL,UserId){
	    window.open(URL+'/scripts/ndisplay.asp?userid=' + UserId + '&GN=Y','GaydarNation','status=no,scrollbars=yes,resizable=yes,width=950,height=800,screenX=0,screenY=0,top=0,left=0');
}
//Opens setting view
function openSettings(URL,UserID,NoId,GDSessionID){
	    window.open(URL +'/scripts/GNsettings.asp?UserID=' + UserID + '&NoId=' + NoId + '&Session='+GDSessionID,'GaydarNation','status=no,scrollbars=yes,resizable=yes,width=750,height=600,screenX=0,screenY=0,top=0,left=0');
}