function ClosePopup() {
	window.top.hidePopWin();
}


function showPopUp(showURL,height,width){  
			initPopUp();						
			showPopWin(showURL, height , width, null);
}
function showDesignPopUp(showURL,height,width){  
			initDesignPopUp();						
			showPopWin(showURL, height , width, null);
}  