function vimeoIpadEmbed(myClip_id, myWidth, myHeight){
	
	var agent=navigator.userAgent.toLowerCase();
	var is_iphone = (agent.indexOf('iphone')!='-1');
	var is_ipad = (agent.indexOf('ipad')!='-1');
	
	if (is_iphone) {
	document.write('<iframe src="http://player.vimeo.com/video/' + myClip_id + '?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="'+ myWidth + '" height="' + myHeight + '" frameborder="0"></iframe>');
	}
	 
	else if (is_ipad) {
	document.write('<iframe src="http://player.vimeo.com/video/' + myClip_id + '?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="'+ myWidth + '" height="' + myHeight + '" frameborder="0"></iframe>');
	} 
	else {
	document.write('<object width=\'' + myWidth + '\' height=\'' + myHeight + '\'><param name=\'wmode\' value=\'opaque\' /><param name=\'allowfullscreen\' value=\'true\' /><param name=\'allowscriptaccess\' value=\'always\' /><param name=\'movie\' value=\"http://vimeo.com/moogaloop.swf?clip_id=' + myClip_id + '&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ffffff&fullscreen=1\" /><embed src=\"http://vimeo.com/moogaloop.swf?clip_id=' + myClip_id + '&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ffffff&fullscreen=1\" type=\'application/x-shockwave-flash\' wmode=\'opaque\' allowfullscreen=\'true\' allowscriptaccess=\'always\' width=\'' + myWidth + '\' height=\'' + myHeight + '\'></embed></object>');
	}

}

function vimeoIpadEmbedVision(myClip_id, myWidth, myHeight){
	
	var agent=navigator.userAgent.toLowerCase();
	var is_iphone = (agent.indexOf('iphone')!='-1');
	var is_ipad = (agent.indexOf('ipad')!='-1');
	
	if (is_iphone) {
	document.write('<iframe src="http://player.vimeo.com/video/' + myClip_id + '?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="'+ myWidth + '" height="' + myHeight + '" frameborder="0"></iframe>');
	} 
	else if (is_ipad) {
	document.write('<iframe src="http://player.vimeo.com/video/' + myClip_id + '?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="'+ myWidth + '" height="' + myHeight + '" frameborder="0"></iframe>');
	} 
	else {
	document.write('<a href="http://vimeo.com/moogaloop.swf?width=' + myWidth + '&height=' + myHeight + '&flashvars=clip_id=' + myClip_id + '&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ffffff&fullscreen=1" class="portfolio-image" rel="lightbox[34]"');
	}

}







