// JavaScript Document
	
function a()
{
	var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='/contact.php',l=d.location,e=encodeURIComponent;	
	if(!w.open(f,'t','toolbar=0,resizable=1,scrollbars=1,status=1,width=640,height=640'))
	{
		l.href=f;
	}
}

