function popupProductInfo(p) {			
	window.open("ProductDetail.aspx?p=" + p,"","width=600,height=450,scrollbars=yes")
}
function popupPrintOrder(h) {			
	window.open("PrintOrder.aspx","","width=600,height=450,scrollbars=yes")
}
function PopUp(p) {			
	window.open("Popup.aspx?page=" + p,"","width=600,height=450,scrollbars=yes")
}
function PopUpCustom(PageLink) {			
	window.open(PageLink,"","width=700,height=450,scrollbars=yes")
}
