function openSmartFlip(opfURL)
{
	// initial call to pop
   return window.open('http://www.flipviewer.com/popup/bluepage/?opf='+opfURL+'&amp;cab=http://www.flipviewer.com/exe/ftpfbms.cab', 'FBInstallWin','resizable=0,top=0, left=0, width=310,height=450,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
}
function openSmartFlipBeta(opfURL)
{

   return window.open('http://www.flipviewer.com/popup/bluepage/?opf='+opfURL+'&amp;cab=http://www.fliplibrary.com/FBInstal/ftpfb.cab', 'FBInstallWin','resizable=0,top=0, left=0, width=310,height=450,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
}


function openSmartFlipE(opfURL)
{
	// new 20 Nov 2001 Hassan: uses FV.com site. also cab file is built in page, cab file pops up email register page
	// new Hassan: change to blue page for generic download. different from Yahoo! greenpage
   return window.open('http://www.flipviewer.com/popup/bluepage/?opf='+opfURL+'&amp;cab=http://www.flipviewer.com/exe/ftpfbms.cab', 'FBInstallWin','resizable=0,top=0, left=0, width=310,height=450,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
}
// 15 May - with localization this is default JS for english and non-translated
function openSmartFlipEen(opfURL)
{
   return window.open('http://www.flipviewer.com/popup/bluepage/?opf='+opfURL+'&amp;cab=http://www.flipviewer.com/exe/ftpfbms.cab', 'FBInstallWin','resizable=0,top=0, left=0, width=310,height=450,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
}

// 15 May 2002 - Taiwan generic opens greenpagetw
// also cab is defined in it.
function openSmartFlipEtw(opfURL)
{
   return window.open('http://www.flipviewer.com/popup/greenpagetw/?opf='+opfURL+'&amp;view=1', 'FBInstallWin','resizable=0,top=0, left=0, width=310,height=450,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
}

// 29 May 2002 -  Cahner Special opens up blue page
// 
function openSmartFlipZ(opfURL)
{
   return window.open('http://www.flipviewer.com/popup/bluepage/?opf='+opfURL+'&amp;cab=http://www.fliplibrary.com/FBInstalTestOnly/ftpfbmsZ.cab&ver=Z&view=1', 'FBInstallWin','resizable=0,top=0, left=0, width=310,height=500,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
}

// 06 June 2002 - Generic flipViewer Lite call
function openSmartFlipLiteD(opfURL)
{
	//alert( "openSmartFlipLite!");
	//return  window.open('http://www.flipviewer.com/flipopen/?opf='+opfURL+'&amp;fvl=1&amp;ver=1026' , 'FVLAUTO', 'resizable=0,top=0, left=0, width=310,height=500,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
	return  window.open('http://www.flipviewer.com/poplited/?ver=Gen&opf='+opfURL+'&view=1' , 'FVLAUTO', 'resizable=0,top=0, left=0, width=310,height=450,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
}
function openSmartFlipLite(opfURL)
{
	//alert( "openSmartFlipLite!");
	//return  window.open('http://www.flipviewer.com/flipopen/?opf='+opfURL+'&amp;fvl=1&amp;ver=1026' , 'FVLAUTO', 'resizable=0,top=0, left=0, width=310,height=500,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
	return  window.open('http://www.flipviewer.com/poplite/?ver=Gen&opf='+opfURL+'&view=1' , 'FVLAUTO', 'resizable=0,top=0, left=0, width=310,height=450,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
}
// 07 June 2002 - Generic flipViewer Lite call TAIWAN
function openSmartFlipLiteTW(opfURL)
{
	return  window.open('opfebook/poplite.asp?ver=Gen&opf='+opfURL+'&view=1' , 'FVLAUTO', 'resizable=0,top=0, left=0, width=310,height=450,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
}

// 10 June 2002 - Generic flipViewer Lite call Yahoo!
function openSmartFlipLiteYah(opfURL)
{
	//alert( "openSmartFlipLite!");
	//return  window.open('http://www.flipviewer.com/flipopen/?opf='+opfURL+'&amp;fvl=1&amp;ver=1026' , 'FVLAUTO', 'resizable=0,top=0, left=0, width=310,height=500,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
	return  window.open('http://www.flipviewer.com/poplite/yh/?opf='+opfURL+'&vu=1' , 'FVLAUTO', 'resizable=0,top=0, left=0, width=310,height=450,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
}
function openSmartFlipLiteBeta(opfURL)
{
	return  window.open('http://www.flipviewer.com/poplite/beta/?opf='+opfURL+'&view=1' , 'FVLAUTO', 'resizable=0,top=0, left=0, width=310,height=450,scrollbars=NO,dependent=NO,titlebar=YES,status=YES');
}