
function WebshopOpen( url , target ) {
	w = window.open( url , target ) ;
	w.focus() ;
}
