// JavaScript Document
function openpopup(){
	window.open('', 'popup', 'width=434,height=444,scrollbars=0,left=' + ((screen.width - 434)/2) + ',top=' + ((screen.height - 444)/2) );	
	}
	
function openpopup1(){
	window.open('', 'popup', 'width=434,height=576,scrollbars=0,left=' + ((screen.width - 434)/2) + ',top=' + ((screen.height - 576)/2) );	
	}