//<!-- A steam engine makes everything work -->
//<!-- Author Peter Thurley -->

<!--
    function contact_email()
    {
    	var contact = 'cine2video2006';
    	var suffix = 'cine2video';
    	var tld = 'co.uk';
        var subject = 'Cine to Video Web Site Enquiry';
    	
    	location = 'mailto:' + contact + '@' + suffix + '.' + tld + '?subject=' + subject;
    }
//-->


<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=600,height=470, scrollbars=no');
return false;
}
//-->


