



$(document).ready(function() {

if( $('#catform') ) {
$('#catform').click(function() {
  myWindow=window.open('http://corsagecreations.co.uk/catalogue.html','','width=540,height=650');
myWindow.focus();
});
}


});
