// JavaScript Document

document.write('<link rel="alternate" type="application/rss+xml" title="I feed di Gay.it" href="http://www.gay.it/feed/feed.php" />');

function zipcodechoiceopen(){
	window.open('http://www.me2.it/sceltacap.php','Data','width=300,height=400');
}

function gotoProfile(pID) {
open('http://www.me2.it/p.php?id='+pID, '_blank', 'menubar=yes,location=no,resizable=yes, scrollbars=yes');
return false;
//'toolbar=no, directories=no, location=no,   status=no, menubar=no, resizable=yes, scrollbars=yes, width=650, height=500'
}

function ME2gotoProfileUsername(username) {
open('http://www.me2.it/'+username, '_blank', 'menubar=yes,location=no,resizable=yes, scrollbars=yes');
return false;
//'toolbar=no, directories=no, location=no,   status=no, menubar=no, resizable=yes, scrollbars=yes, width=650, height=500'
}

function ME2GetCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1) endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}

function ME2GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
	var j = i + alen;
	if (document.cookie.substring(i, j) == arg)
	return ME2GetCookieVal (j);
	i = document.cookie.indexOf(" ", i) + 1;
	if (i == 0) break;
}
return null;
}

function ME2SetCookie (name, value) {
var today = new Date();
var expires = new Date();
document.cookie = name + "=" + escape (value) + ";path=/;";
}

function ugc_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function GUIDEGotoDetailed(sID, param) {
open('/guida/Detailed/'+sID+'.php'+param, '_blank', 'menubar=yes,location=no,resizable=yes, scrollbars=yes');
return false;
//'toolbar=no, directories=no, location=no,   status=no, menubar=no, resizable=yes, scrollbars=yes, width=650, height=500'
}

function GALLERYOpenPopup(page) {
var windowprops = "width=800,height=600,location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no";
window.open('/gallerie/popup.php?img=' + page, '_GAYITGallery', windowprops);
}

function GITOpenFlash(fID) {
var windowprops = "toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=no,status=no,width=340,height=300";
window.open('/guida/include/show_flash.php?img=italy&i=' + fID, '_flash', windowprops);
return false;
}


