// JavaScript Document

function Checkall()
{

		if(document.form.name.value == "" || document.form.name.value == "Full Name" )
		{
		//alert("Please enter Your Name");
		document.getElementById('name_alert').style.display= 'block';
		document.getElementById('name').style.marginBottom='2px';
		document.form.name.focus();
		return false;
		}
		else
		{
		document.getElementById('name_alert').style.display= 'none';
		document.getElementById('name').style.marginBottom='10px';
		}
		if(document.form.cname.value == "" || document.form.cname.value == "Company Name" )
		{
		//alert("Please enter Your Name");
		document.getElementById('cname_alert').style.display= 'block';
		document.getElementById('cname').style.marginBottom='2px';
		document.form.cname.focus();
		return false;
		}
		else
		{
		document.getElementById('cname_alert').style.display= 'none';
		document.getElementById('cname').style.marginBottom='10px';
		}
	var regex = /^[\w\.\-]+@([\w\-]+\.)+[a-zA-Z]+$/;
	var email = document.form.email.value;
	if(regex.test(email) == false || email == "example@example.com" )
	{
		//alert("Please enter Valid Email ID");
		document.getElementById('email_alert').style.display= 'block';
		document.getElementById('email').style.marginBottom='2px';
		document.form.email.focus();
		return false;
	}
	else{
	 document.getElementById('email_alert').style.display= 'none';
		document.getElementById('email').style.marginBottom='10px';
	}
	if(document.form.code.value == "" || document.form.code.value == "STD" )
	{
		//alert("Please enter STD or Country Code");
		document.getElementById('tel_alert').style.display= 'block';
		document.getElementById('code').style.marginBottom='2px';
		document.getElementById('tel').style.marginBottom='2px';
		document.form.code.focus();
		return false;
	}
	strng = document.form.code.value;
	var stripped = strng.replace(/[\(\)\.\-\ ]/g, '');
	if(isNaN(parseInt(stripped)))
	{
	    //alert("Please enter Numbers only in STD field");
		document.getElementById('tel_alert').style.display= 'block';
		document.getElementById('code').style.marginBottom='2px';
		document.getElementById('tel').style.marginBottom='2px';
		document.form.code.focus();
		return false;
	}
	if(document.form.tel.value == "" || document.form.tel.value == "Tel. No." )
	{
		//alert("Please enter Tel. No.");
		document.getElementById('tel_alert').style.display= 'block';
		document.getElementById('code').style.marginBottom='2px';
		document.getElementById('tel').style.marginBottom='2px';
		document.form.tel.focus();
		return false;
	}
	strng = document.form.tel.value;
	var stripped = strng.replace(/[\(\)\.\-\ ]/g, '');
	if(isNaN(parseInt(stripped)))
	{
	    //alert("Please enter Numbers only in Tel. No. field");
		document.getElementById('tel_alert').style.display= 'block';
		document.getElementById('code').style.marginBottom='2px';
		document.getElementById('tel').style.marginBottom='2px';
		document.form.tel.focus();
		return false;
	}
	else
	{
	document.getElementById('tel_alert').style.display= 'none';
		document.getElementById('code').style.marginBottom='10px';
		document.getElementById('tel').style.marginBottom='10px';
	}
	
	if(document.form.projectd.value == "" || document.form.projectd.value == "Project Details" )
		{
		//alert("Please enter Your Name");
		document.getElementById('project_alert').style.display= 'block';
		document.getElementById('projectd').style.marginBottom='2px';
		document.form.projectd.focus();
		return false;
		}
		else
		{
		document.getElementById('project_alert').style.display= 'none';
		document.getElementById('projectd').style.marginBottom='10px';
		}

}



// for hiding divisions

var current = "1";
var current1 = "1";
var current2 = "1";
function showDiv (id)
{
	if(!document.getElementById) return false;
	
	var plus = document.getElementById("plus"+id);
	var minus = document.getElementById("minus"+id);
	var curDivP = document.getElementById("plus"+current1);
	$(curDivP).show('fast');
	var curDivM = document.getElementById("minus"+current1);
	$(curDivM).hide('fast');
	$(plus).hide('fast');
	$(minus).show('fast');
	current1=id;
	
	var headText = document.getElementById("headText"+id);
	var headTextM = document.getElementById("headTextM"+id);
	var curDivHead = document.getElementById("headText"+current2);
	$(curDivHead).show('fast');
	var curDivHeadM = document.getElementById("headTextM"+current2);
	$(curDivHeadM).hide('fast');
	$(headText).hide('fast');
	$(headTextM).show('fast');
	current2=id;
	
	var div = document.getElementById("homeContent_text"+id);
	var curDiv = document.getElementById("homeContent_text"+current);
	$(curDiv).hide(1);
	$(div).show(500);
	current = id;
}


//for showing divisions
function hideDiv (id)
{
	if(!document.getElementById) return false;
	var plus = document.getElementById("plus"+id);
	var minus = document.getElementById("minus"+id);
	$(plus).show('fast');
	$(minus).hide('fast');
	var headText = document.getElementById("headText"+id);
	var headTextM = document.getElementById("headTextM"+id);
	$(headText).show('fast');
	$(headTextM).hide('fast');
	
	var div = document.getElementById("homeContent_text"+id);
	$(div).hide('fast');
	var homeContent = document.getElementById("homeContent_text1");
	$(homeContent).show(500);
	current=1;
	
	var plusHome = document.getElementById("plus1");
	$(plusHome).hide('fast');
	var minusHome = document.getElementById("minus1");
	$(minusHome).show(500);
	current1=1;
	
	var headTextMHome = document.getElementById("headText1");
	$(headTextMHome).hide('fast');
	var headTextHome = document.getElementById("headTextM1");
	$(headTextHome).show(500);
	current2=1;
}



//for showing client portfolios

var portCurrent = "1";
function showPortfolio(id)
{
	if(!document.getElementById) return false;
	var portDiv = document.getElementById("ClientPortfolio"+id);
	var portcurDiv = document.getElementById("ClientPortfolio"+portCurrent);
	$(portcurDiv).hide('fast');
	$(portDiv).show(100);
	portCurrent = id;
}


var aTag_current=1;
function showVideo(id){
	var video = document.getElementById("portfolioRight1");
	var aTag = document.getElementById("a"+id);
	var aTagCurrent = document.getElementById("a"+aTag_current);
	aTagCurrent.style.textDecoration = "underline";
	aTagCurrent.style.cursor = "pointer";
	if(id==1){
		aTag.style.textDecoration = "none";
		aTag.style.cursor = "auto";
		aTag_current=id;
		video.innerHTML="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='320' height='240' id='FLVPlayer'><param name='movie' value='FLVPlayer_Progressive.swf' /><param name='salign' value='lt' /><param name='quality' value='high' /><param name='scale' value='noscale' /><param name='FlashVars' value='&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SK_01_tissue&autoPlay=false&autoRewind=false' /><embed src='FLVPlayer_Progressive.swf' flashvars='&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SK_01_tissue&autoPlay=false&autoRewind=false' quality='high' scale='noscale' width='320' height='240' name='FLVPlayer' salign='LT' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object> <b>Tissue</b> ";
	
	}
	if(id==2){
		aTag.style.textDecoration = "none";
		aTag.style.cursor = "auto";
		aTag_current=id;
	video.innerHTML="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='320' height='240' id='FLVPlayer1'><param name='movie' value='FLVPlayer_Progressive.swf' /><param name='salign' value='lt' /><param name='quality' value='high' /><param name='scale' value='noscale' /><param name='FlashVars' value='&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SK_02_Ticket&autoPlay=false&autoRewind=false' /><embed src='FLVPlayer_Progressive.swf' flashvars='&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SK_02_Ticket&autoPlay=false&autoRewind=false' quality='high' scale='noscale' width='320' height='240' name='FLVPlayer' salign='LT' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object> <b>Ticket</b>";
	
	}
	if(id==3){
		aTag.style.textDecoration = "none";
		aTag.style.cursor = "auto";
		aTag_current=id;
	video.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer"><param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SK_03_Umbrella&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SK_03_Umbrella&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>Umbrella</b>';
	
	}
	if(id==4){
		aTag.style.textDecoration = "none";
		aTag.style.cursor = "auto";
		aTag_current=id;
	video.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer"><param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SK_07_Bollywood_Films&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SK_07_Bollywood_Films&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>Films</b>';
	
	}
	if(id==5){
		aTag.style.textDecoration = "none";
		aTag.style.cursor = "auto";
		aTag_current=id;
	video.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer"><param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SK_09_NoSmoking&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SK_09_NoSmoking&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>No Smoking 1</b>';
	
	}
	if(id==6){
		aTag.style.textDecoration = "none";
		aTag.style.cursor = "auto";
		aTag_current=id;
	video.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer"><param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SharekhanBoman&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/SharekhanBoman&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>Sharekhan & Boman</b>';
	
	}	
	
}


var bTag_current=1;
function showVideo1(id){
	var video1 = document.getElementById("portfolioRight2");
	var bTag = document.getElementById("b"+id);
	var bTagCurrent = document.getElementById("b"+bTag_current);
	bTagCurrent.style.textDecoration = "underline";
	bTagCurrent.style.cursor = "pointer";
	if(id==1){
		bTag.style.textDecoration = "none";
		bTag.style.cursor = "auto";
		bTag_current=id;
	video1.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/MS_BusStop&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/MS_BusStop&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>Bus Stop</b>';
	
	}
	if(id==2){
		bTag.style.textDecoration = "none";
		bTag.style.cursor = "auto";
		bTag_current=id;
	video1.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/MS_Cheers&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/MS_Cheers&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>Cheers</b>';
	
	}
	if(id==3){
		bTag.style.textDecoration = "none";
		bTag.style.cursor = "auto";
		bTag_current=id;
	video1.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/MS_Crossroads&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/MS_Crossroads&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>Crossroads</b>';
	
	}
	if(id==4){
		bTag.style.textDecoration = "none";
		bTag.style.cursor = "auto";
		bTag_current=id;
	video1.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/MS_TringTring&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/MS_TringTring&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>Tring Tring</b>';
	
	}
	if(id==5){
		bTag.style.textDecoration = "none";
		bTag.style.cursor = "auto";
		bTag_current=id;
	video1.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/MS_Office_2007&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/MS_Office_2007&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>Kinetic Typography</b>';
	
	}
	if(id==6){
		bTag.style.textDecoration = "none";
		bTag.style.cursor = "auto";
		bTag_current=id;
	video1.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/Cafeteria_Final_TVC_English_30_Sec&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/Cafeteria_Final_TVC_English_30_Sec&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>Rotoscopic Animation</b>';
	
	}
	if(id==7){
		bTag.style.textDecoration = "none";
		bTag.style.cursor = "auto";
		bTag_current=id;
	video1.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/Leaving_For_Home_Final_TVC_English_30_Sec&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/Leaving_For_Home_Final_TVC_English_30_Sec&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>Rotoscopic Animation</b>';
	
	}
}

var cTag_current=1;
function showVideo2(id){
	var video2 = document.getElementById("portfolioRight3");
	var cTag = document.getElementById("c"+id);
	var cTagCurrent = document.getElementById("c"+cTag_current);
	cTagCurrent.style.textDecoration = "underline";
	cTagCurrent.style.cursor = "pointer";
	if(id==1){
		cTag.style.textDecoration = "none";
		cTag.style.cursor = "auto";
		cTag_current=id;
	video2.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/CRY_GirlChild2&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/CRY_GirlChild2&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>Child Rights</b>';
	
	}
}

var dTag_current=1;
function showVideo3(id){
	var video3 = document.getElementById("portfolioRight4");
	var dTag = document.getElementById("d"+id);
	var dTagCurrent = document.getElementById("d"+dTag_current);
	dTagCurrent.style.textDecoration = "underline";
	dTagCurrent.style.cursor = "pointer";
	if(id==1){
		dTag.style.textDecoration = "none";
		dTag.style.cursor = "auto";
		dTag_current=id;
	video3.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/The_Sybase_Story_1&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/The_Sybase_Story_1&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>The Sybase Story</b>';
	
	}
}

var eTag_current=1;
function showVideo4(id){
	var video4 = document.getElementById("portfolioRight5");
	var eTag = document.getElementById("e"+id);
	var eTagCurrent = document.getElementById("e"+eTag_current);
	eTagCurrent.style.textDecoration = "underline";
	eTagCurrent.style.cursor = "pointer";
	if(id==1){
		eTag.style.textDecoration = "none";
		eTag.style.cursor = "auto";
		eTag_current=id;
	video4.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/TOI_HR_Microsite_Employees_Bachi&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/TOI_HR_Microsite_Employees_Bachi&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>TOI HR Microsite Employees Bachi</b>';
	
	}
	if(id==2){
		eTag.style.textDecoration = "none";
		eTag.style.cursor = "auto";
		eTag_current=id;
	video4.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/TOI_HR_Microsite_Employees_S_Lulla&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/TOI_HR_Microsite_Employees_S_Lulla&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>TOI HR Microsite Employees S Lulla</b>';
	
	}
}

var fTag_current=1;
function showVideo5(id){
	var video5 = document.getElementById("portfolioRight6");
	var fTag = document.getElementById("f"+id);
	var fTagCurrent = document.getElementById("f"+fTag_current);
	fTagCurrent.style.textDecoration = "underline";
	fTagCurrent.style.cursor = "pointer";
	if(id==1){
		fTag.style.textDecoration = "none";
		fTag.style.cursor = "auto";
		fTag_current=id;
	video5.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/HP_DeskJet_3940&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/HP_DeskJet_3940&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>HP DeskJet 3940</b>';
	
	}
	if(id==2){
		fTag.style.textDecoration = "none";
		fTag.style.cursor = "auto";
		fTag_current=id;
	video5.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/HP_LaserJet_1020&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/HP_LaserJet_1020&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>HP LaserJet 1020</b>';
	
	}
		
}

var gTag_current=1;
function showVideo6(id){
	var video6 = document.getElementById("portfolioRight7");
	var gTag = document.getElementById("g"+id);
	var gTagCurrent = document.getElementById("g"+gTag_current);
	gTagCurrent.style.textDecoration = "underline";
	gTagCurrent.style.cursor = "pointer";
	if(id==1){
		gTag.style.textDecoration = "none";
		gTag.style.cursor = "auto";
		gTag_current=id;
	video6.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/LGC_At_a_Buffet&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/LGC_At_a_Buffet&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>LGC At a Buffet</b>';
	
	}
	if(id==2){
		gTag.style.textDecoration = "none";
		gTag.style.cursor = "auto";
		gTag_current=id;
	video6.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/LGC_Eating_Spaghetti&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/LGC_Eating_Spaghetti&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>LGC Eating Spaghetti</b>';
	
	}
}

var hTag_current=1;
function showVideo7(id){
	var video7 = document.getElementById("portfolioRight8");
	var hTag = document.getElementById("h"+id);
	var hTagCurrent = document.getElementById("h"+hTag_current);
	hTagCurrent.style.textDecoration = "underline";
	hTagCurrent.style.cursor = "pointer";
	if(id==1){
		hTag.style.textDecoration = "none";
		hTag.style.cursor = "auto";
		hTag_current=id;
	video7.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/2_IndiaMart_Sales_AV_Intro_2&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/2_IndiaMart_Sales_AV_Intro_2&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>IndiaMart Sales AV Intro</b>';
	
	}
	if(id==2){
		hTag.style.textDecoration = "none";
		hTag.style.cursor = "auto";
		hTag_current=id;
	video7.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="FLVPlayer">               <param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/6_IndiaMart_Google_Demo&autoPlay=false&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=flv/6_IndiaMart_Google_Demo&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="320" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object> <b>IndiaMart Google Demo</b>';
	
	}
}
