<!--

function js_pop(URL,winName,features){ 
	window.open(URL,winName,features); 
	return;
}


function print_pop(URL,winName){ 
	window.open(URL,winName,'toolbar=no,location=no,directories=no,top=0,left=0,status=no,menubar=no,resizable=no,scrollbars=yes,width=650,height=500'); 
	return;	
} 

function elim_pop(URL,winName){ 
	window.open(URL,winName,'toolbar=no,location=no,directories=no,top=0,left=0,status=no,menubar=no,resizable=no,scrollbars=no,width=342,height=375'); 
	return;	
}
function webtech_pop(URL,winName){ 
	window.open(URL,winName,'toolbar=no,location=no,directories=no,top=0,left=0,status=no,menubar=no,resizable=no,scrollbars=no,width=980,height=580'); 
	return;	
} 

function elim_pop2(URL, winName){ 
    window.open(URL, winName,'toolbar=no,location=no,directories=no,top=150,left=200,status=no,menubar=no,resizable=no,scrollbars=no,width=600,height=500'); 
}
 
function special_wi_pop(URL, winName){ 
window.open(URL, winName,'toolbar=no,location=no,directories=no,top=100,left=370,status=no,menubar=no,resizable=no,scrollbars=yes,width=650,height=500'); 
}



function resize(size)
{
	if(size == '100'){
		//normal
		document.VodPlayer.DisplaySize = 0;
		self.resizeTo(355,523);
	}
	else if(size == '200'){
		//200
		document.VodPlayer.DisplaySize = 4;
		self.resizeTo(558,654);
	}
	else if(size == 'full'){
		//fullscreen
		document.VodPlayer.DisplaySize = 3;
	}
	
    	// 0 : Same size as the source image. (mpDefaultSize)
    	// 1 : Width and height are one-half of the source image dimensions, resulting in an image that is one-fourth the original size. (mpHalfSize)
    	// 2 : Double the dimensions of the source image. (mpDoubleSize)
    	// 3 : Size of the entire screen. (mpFullScreen)
    	// 4 : Size specified at design time. (mpFitToSize)
    	// 5 : One-sixteenth the size of the screen. (mpOneSixteenthScreen)
    	// 6 : One-quarter the size of the screen. (mpOneFourthScreen)
    	// 7 : Half the size of the screen. (mpOneHalfScreen)	
}
//-->
