// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function popit(id){
	var url = 'http://www.cubic-eng.co.uk'+id;
	newwindow=window.open(url,'name','height=600,width=800');
	if (window.focus) {newwindow.focus();}
	return false;
}
