// Open new window functions

function newWindow200()
{
	window.open("http://www.cirrusresearch.co.uk/request_more_information/smallform.php","sub","HEIGHT=200,WIDTH=200")
}

function newWindow300()
{
	window.open("http://www.cirrusresearch.co.uk/request_more_information/smallform.php","sub","HEIGHT=300,WIDTH=300")
}

function newWindow400()
{
	window.open("http://www.cirrusresearch.co.uk/request_more_information/smallform.php","sub","HEIGHT=400,WIDTH=400")
}

function newWindow500()
{
	window.open("http://www.cirrusresearch.co.uk/request_more_information/smallform.php","sub","HEIGHT=500,WIDTH=500")
}