/* author: Peter  Mitelski */
/* Creation date: 2007-04-19 */


function clickIt(src){
	top.location = src;
}

function outofStock(code, productname) {

	alert('Note:\nPlease not that unfortunately\n' + productname + ' (CODE: ' + code + ') is temporary out of stock.\nThe product has been placed in your basket as backorder.');

}
