// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded',F_functMasterBorderAktion0,'','',0));
	F_OM('Inlineframe1' , 'Inlineframe1LYR', 'doc', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
function F_functMasterBorderAktion0(params) {
goToURL('Inlineframe1','http://www.silversmith-online.com/shop/his-webshop.cgi?t=temiframebaske');
}


 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

