var pWindowWidth = 1270;
var pWindowHeight = 683;


function popup() {
	OpenPopoup=window.open('/collection/index.html','','status=no,scrollbars=no,resizable=no');
	OpenPopoup.moveTo(0,0);
	OpenPopoup.resizeTo(screen.availWidth,screen.availHeight);
}




//------------------



function popup2() {
	OpenPopoup=window.open('/coordinate/index.html','','status=no,scrollbars=no,resizable=no');
	OpenPopoup.moveTo(0,0);
	OpenPopoup.resizeTo(screen.availWidth,screen.availHeight);
}





