function openwindow(id){
	var myURL = 'http://www.instanttransfers.co.uk/woc-client/srvDetails.php?srvID=' + id;
	
	window.open(myURL,
				"mywindow",
				"location=0,status=0,scrollbars=1,width=450,height=350");
}

function openwindowcc(id){
	var myURL = 'http://www.instanttransfers.co.uk/woc-client/creditCardDetails.php?ptcID=' + id;
	
	window.open(myURL,
				"mywindow",
				"location=0,status=0,scrollbars=1,width=350,height=300");
}
