﻿function NewWindow(mypage) {
    
	//alert(mypage);
	//var sPage = mypage.substring(mypage.lastIndexOf('/') + 1);
	sPage = mypage.substring(0,mypage.lastIndexOf('?'));
	//sPage = "/public/POKER/tornei/contents.aspx?page=" + sPage;
	//var str = mypage;
	//str.replace('notemplate', 'pippo');
	sPage = "/public/POKER/tornei/contents.aspx?page=" + sPage;
	//alert(sPage);
	
	window.location.href = sPage;

	/*
	if (mypage.indexOf('notemplate=yes') == -1) {
        w = 1024;
    } else {
        w = 600;
    }
    h = 700;
    var winl = (screen.width - w) / 2;
    var wint = (screen.height - h) / 2;
    winprops = 'height=' + h + ',width=' + w + ',top=' + wint + ',left=' + winl + ',scrollbars=1,resizable=0'
    win = window.open(mypage, '', winprops)

    if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
	*/

}

function resizeFrame(f) {
	//if (window.location.href.indexOf('page=') > -1) {
		document.domain = 'igamelab.it';
		//document.domain = 'peoples.net';
		f.style.height = f.contentWindow.document.body.scrollHeight + 'px';
	//}
}
