
function PopupSample( AppPath, Description, Image, Width, Height )
{
	window.open( AppPath + "/Web/CommonPages/Main/PopupSample.aspx?desc=" + Description + "&image=" + Image,"_blank", 
	"width="+Width+", height="+Height+", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no")		
}
