
var name = "Artjoms Kuzmics"

var email = "artyom@kuzmitch.lv"

var phone_1 = "+44 (0) 79 67 88 59 54"

var phone_2 = "+371 26 86 56 34"

var close = "MM_showHideLayers('contacts','','hide');"


document.writeln('<div id="contacts" class="illustrations-popup-large" style="display: none;"><div class="shadow"><br /></div><div class="caption"><TABLE width="100%" height="100%" bgcolor="ffffff" border="0"><TR><TD height="20" align="right"><img src="http://www.kuzmi.com/images/close.gif" alt="close" OnClick="'+ close +'" style="cursor:hand"></TD></TR><TR><TD align="center"><TABLE><TR><TD><P class="contactme_title">Name</P></TD><TD><P class="contactme_contacts">'+ name +'</P></TD></TR><TR><TD><P class="contactme_title">Email</P></TD><TD><P class="contactme_contacts"><A href="mailto:'+ email +'" class="contactme_contacts">'+ email +'</A></P></TD></TR><TR><TD><P class="contactme_title">UK phone</P></TD><TD><P class="contactme_contacts">'+ phone_1 +'</P></TD></TR><TR><TD><P class="contactme_title">Latvian phone</P></TD><TD><P class="contactme_contacts">'+ phone_2 +'</P></TD></TR><TR></TR></TABLE></TD></TR></TABLE></div></div>')




/*document.writeln('<TR><TD height="45"></TD>')*/
