function callout(url, type) {

switch (type) {

	default:
	window.open(url, 'newWindow');
	break;

}


}
