
function PreviewContent(url,width,height) {
	 popUpWin = window.open(url,'','height='+ height +',width='+ width+', location=no, scrollbars=yes, menubars=no,toolbars=no,resizable=yes');
	 if (!popUpWin.opener) 
		popUpWin.opener = self;
}
