function popup(url) {
	window.open(url,"test", "height=540,width=600 resizable scrollbars");
/*	window.open(url,"test", "height=540,width=660 resizable scrollbars");*/
}
function popup2(url) {
	window.open(url,"test", "height=360,width=900 resizable scrollbars");
/*	window.open(url,"test", "height=540,width=660 resizable scrollbars");*/
}
function popup3(url) {
	window.open(url,"test", "height=540,width=600 resizable scrollbars");
/*	window.open(url,"test", "height=540,width=660 resizable scrollbars");*/
}

