function OpenPrintPreviewWindow() {
	// open the current page in another window and strip off the skin - making the page printer friendly ..
	// window.open( location.pathname + location.search + '&PPF' + location.hash , '_blank' ) ;
	window.open( location.pathname + location.search + '&PPF', '_blank' ) ;
}


function openPopup( srcfile ) 
{
	var wTmp = window.open(srcfile, "_puPodcast", "width=500,height=275,left=55,top=50,scrollbars=yes,status=no,toolbar=no,menubar=no" );
	wTmp.focus();
}
