// open new window for talkingprops.co.uk

var newwindow;
function openup(url)
{
newwindow=window.open(url,'openup','width=610,height=610,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');

}
