function openVideo(file, title)
{
	window.open('http://www.wirelesszone.com/franchise-video.php?file='+file+'&title='+title,'','menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=425, height=344');
}

function openYoutube(yvid, title)
{
	window.open('http://www.wirelesszone.com/franchise-youtube.php?yvid='+yvid+'&title='+title,'','menubar=no, toolbar=no, location=no, scrollbars=no, resizable=no, status=no, width=425, height=344');
} 
