/* POPUP */

function open_map(html) {
	SubWindow=window.open(html,"open_map","width=560,height=710,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function open_map2(html) {
	SubWindow=window.open(html,"open_map2","width=500,height=600,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function open_graph(html) {
	SubWindow=window.open(html,"open_graph","width=320,height=270,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}
