	var imageDir = "images/";
	var defColor = '';
	
	
	var IMG_WIDTH_MAX = 220;
	var IMG_HEIGHT_MAX = 100;
	var lastTimeOut = null;



function videoPreview(theLink, theTitle)
{ 
	var windowpage = 'flvplayer.asp?video=' + theLink + '&mTitle=' + theTitle;
	window.open(windowpage, 'Preview_Window', 'width=500,height=450');
}


function popUpPage(file)
{
	window.open(file, 'Description','width=500,height=200,scrollbars=yes');
}

