//JK Popup Window Script (version 3.0)- By JavaScript Kit (http://www.javascriptkit.com)
//Visit JavaScriptKit.com for free JavaScripts
//This notice must stay intact for legal use
	
function openpopup(popurl){
var winpops=window.open(popurl,"","width=500,height=550,scrollbars")
}

function OpenMoviePopup(popurl){
var winpops=window.open(popurl,"","width=680,height=680","status=1")
}

function OpenLargeCover(vFileName,vWidth,vHeight)
{
my_window= window.open ("","","width=550,height=550"); 
my_window.document.write('<img border="0" src="files/cdpics/coverslarge/' + vFileName + '" width="' + vWidth + '" height="' + vHeight + '">');  
}

function OpenMeditationCover(vFileName,vWidth,vHeight)
{
my_window= window.open ("","","width=550,height=550"); 
my_window.document.write('<img border="0" src="files/meditation/coverslarge/' + vFileName + '" width="' + vWidth + '" height="' + vHeight + '">');  
}

function OpenRelaxCover(vFileName,vWidth,vHeight)
{
my_window= window.open ("","","width=500,height=500"); 
my_window.document.write('<img border="0" src="files/relaxation_music/coverslarge/' + vFileName + '" width="' + vWidth + '" height="' + vHeight + '">');  
}

function OpenLargeCoverOthers(vFileName,vWidth,vHeight)
{
my_window= window.open ("","","width=550,height=550"); 
my_window.document.write('<img border="0" src="' + vFileName + '" width="' + vWidth + '" height="' + vHeight + '">');  
}

function OpenLargeCoverDVDs(vFileName,vWidth,vHeight)
{
my_window= window.open ("","","width=550,height=800"); 
my_window.document.write('<img border="0" src="' + vFileName + '" width="' + vWidth + '" height="' + vHeight + '">');  
}

function OpenLargeCoverBundles(vFileName,vWidth,vHeight)
{
my_window= window.open ("","","width=750,height=450"); 
my_window.document.write('<img border="0" src="' + vFileName + '" width="' + vWidth + '" height="' + vHeight + '">');  
}

function OpenLargeDoubleCD(vFileName,vWidth,vHeight)
{
my_window= window.open ("","","width=750,height=450"); 
my_window.document.write('<img border="0" src="files/cdpics/coverslarge/' + vFileName + '" width="' + vWidth + '" height="' + vHeight + '">');  
}
