function bookmarksite(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}

var file;
function openwin(file) {
	
	var owidth = 700;
	var oheight = 575;
	
	
	shpos = (screen.width/2) - (owidth/2);
	svpos = 160;
	
	getfile = window.open("getfile.php?d=" + file +"/" ,"szexiweb","width="+owidth+",height="+oheight+",top="+svpos+",left="+shpos+",resizable=yes,scrollbars=yes,menubar=no,toolbar=no,statusbar=no,location=no");
	getfile.focus();
}


function opentgpreg() {
	var owidth = 640;
	var oheight = 470;
	
	
	shpos = (screen.width/2) - (owidth/2);
	svpos = 160;
	
	getfile = window.open("/getfile.php" ,"szexiwebTGP","width="+owidth+",height="+oheight+",top="+svpos+",left="+shpos+",resizable=no,scrollbars=no,menubar=no,toolbar=no,statusbar=no,location=no");
	getfile.focus();
}

var file;
function openfile(file) {
	
	var owidth = 700;
	var oheight = 200;
	
	
	shpos = (screen.width/2) - (owidth/2);
	svpos = 160;
	
	getfile = window.open("/getfile_members.php?d=" + file +"/" ,"szexiweb","width="+owidth+",height="+oheight+",top="+svpos+",left="+shpos+",resizable=yes,scrollbars=yes,menubar=no,toolbar=no,statusbar=no,location=no");
	getfile.focus();
}


function footerlink(file) {
	
	var owidth = 700;
	var oheight = 500;
	
	
	shpos = (screen.width/2) - (owidth/2);
	svpos = 150;
	
	window.open("getfile.php?d=" + file +"/" ,"box1247","width="+owidth+",height="+oheight+",top="+svpos+",left="+shpos+",resizable=yes,scrollbars=yes,menubar=no,toolbar=no,statusbar=no,location=no");
}

