var contact = "Feedback"
var firstbit = "feedback"
var secondbit = "astromix.com"

function doit(part, theclass)
{
  
  if (part == 0)
  {
    document.write("<a class='" + theclass + "' href=mai" + "lto:" + firstbit + "@" + secondbit + "?subject=" + contact + ">" + firstbit + "@" + secondbit + "</a> ")
  }
  else
  {
   document.write("<a class='" + theclass + "' href=mai" + "lto:" + firstbit + "@" + secondbit + "?subject=" + contact + ">" + part + "</a> ")
  }
}

function openwin(url,winwidth,winheight)
{
	//Default sizes for window
	if (winheight==null) winheight='402';
	if (winwidth==null) winwidth='523';
	
	window.name="mainwin"
	window.open(url,0, 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=' + winwidth + ',height=' +winheight);
}





  

