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