// May 01 2008 :: Video Subscription Page
// Toivo Betancourt | t7@iToivo.com


// Click through the FLV sample videos
function videoPackage(flvID)
{ 
//var fID = document.write(flvID)
document.getElementById('fID').innerHTML = "<object type='application/x-shockwave-flash' width='320' height='260' wmode='transparent' data='http://www.previewme.tv/flvplayer.swf?file=http://www.previewme.tv/flvideo/"+flvID+".flv&autostart=true&showfsbutton=true'><param name='movie' value='http://www.previewme.tv/flvplayer.swf?file=http://www.PreviewMe.tv/flvideo/"+flvID+".flv&autostart=true&showfsbutton=true' /><param name='wmode' value='transparent' /><param name='allowScriptAccess' value='sameDomain' /><embed src='http://www.previewme.tv/flvplayer.swf?file=http://www.previewme.tv/flvideo/"+flvID+".flv&autostart=true&showfsbutton=true' loop='False' width='320' height='260' allowscriptaccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></embed></object><p class='center padT5'><span class='hghlite'><a href='javascript:void(0);' onclick='videoOverview(155);' title='Click to view Overview'>Return to Overview</a></span></p>";
}

function videoOverview(flvID)
{
document.getElementById('fID').innerHTML = "<object type='application/x-shockwave-flash' width='320' height='260' wmode='transparent' data='http://www.previewme.tv/flvplayer.swf?file=http://www.previewme.tv/flvideo/"+flvID+".flv&autostart=true&showfsbutton=true'><param name='movie' value='http://www.previewme.tv/flvplayer.swf?file=http://www.PreviewMe.tv/flvideo/"+flvID+".flv&autostart=true&showfsbutton=true' /><param name='wmode' value='transparent' /><param name='allowScriptAccess' value='sameDomain' /><embed src='http://www.previewme.tv/flvplayer.swf?file=http://www.previewme.tv/flvideo/"+flvID+".flv&autostart=true&showfsbutton=true' loop='False' width='320' height='260' allowscriptaccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></embed></object>";
}



//  Radio button > Get total > Subscription package selection

function videoPackagePrice(value)
{
       document.form.Total.value = value;

	   if ( (document.form.video_subscription[0].checked == true) && (document.form.seo_google[1].checked == true) )
        {
        document.form.Total.value = 99;
        }
        if ( (document.form.video_subscription[1].checked == true) && (document.form.seo_google[1].checked == true) )
        {
        document.form.Total.value = 198;
        }
        if ( (document.form.video_subscription[2].checked == true) && (document.form.seo_google[1].checked == true) )
        {
        document.form.Total.value = 348;
        }
		
		if ( (document.form.video_subscription[0].checked == true) && (document.form.seo_google[1].checked == false) )
        {
        document.form.Total.value = 0;
        }
        if ( (document.form.video_subscription[1].checked == true) && (document.form.seo_google[1].checked == false) )
        {
        document.form.Total.value = 99;
        }
        if ( (document.form.video_subscription[2].checked == true) && (document.form.seo_google[1].checked == false) )
        {
        document.form.Total.value = 249;
        }
		
	
}

function videoPackagePrice2(value)
{
       document.form.Total.value = value;

	    if ( (document.form.video_package[0].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 173.75;
        }
        if ( (document.form.video_package[1].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 250;
        }
        if ( (document.form.video_package[2].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 500;
        }
		if ( (document.form.video_package[3].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 750;
        }
        if ( (document.form.video_package[4].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 1000;
        }
        if ( (document.form.video_package[5].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 1250;
        }
		
		if ( (document.form.video_package[0].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 272.75;
        }
        if ( (document.form.video_package[1].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 349;
        }
        if ( (document.form.video_package[2].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 599;
        }
		if ( (document.form.video_package[3].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 749;
        }
        if ( (document.form.video_package[4].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 1099;
        }
        if ( (document.form.video_package[5].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == false) )
        {
        document.form.Total.value = 1349;
        }
		
		if ( (document.form.video_package[0].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 272.75;
        }
        if ( (document.form.video_package[1].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 349;
        }
        if ( (document.form.video_package[2].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 599;
        }
		if ( (document.form.video_package[3].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 749;
        }
        if ( (document.form.video_package[4].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 1099;
        }
        if ( (document.form.video_package[5].checked == true) && (document.form.seo_google[1].checked == false) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 1349;
        }
		
		if ( (document.form.video_package[0].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 371.75;
        }
        if ( (document.form.video_package[1].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 448;
        }
        if ( (document.form.video_package[2].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 698;
        }
		if ( (document.form.video_package[3].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 948;
        }
        if ( (document.form.video_package[4].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 1198;
        }
        if ( (document.form.video_package[5].checked == true) && (document.form.seo_google[1].checked == true) && (document.form.video_hosting[1].checked == true) )
        {
        document.form.Total.value = 1448;
        }
		
	
}