function gallery_popup(NO,Type)
{
//	var win=window.open("/"+URL,"","height=550,width=524,top=0,left=0;")
	var win=window.open("popup.asp?url="+NO+"&Type="+Type,"","scrollbars=1,height=550,width=524,top=0,left=0;")
}
function test_popup(IMG)
{
	var win=window.open("images/gallery/"+IMG,"","scrollbars=0,height=598,width=414,top=0,left=0;")	
}

function test_popup1(IMG,W,H)
{
	var win=window.open("images/gallery/"+IMG,"","scrollbars=0,height="+H+",width="+W+",top=0,left=0;")	
}