<!-- 
// }
/*sp(collect cookies url: http://www.leather.info) {
	var $i = window.open('#',"ss","toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=###,height=##");
}*/


//sp
function sp() {
	newWindow = window.open('','name','width=##,height=##,top=##,left=##');
	newWindow.location.href = 'index.htm';
	if (newWindow.opener == null) newWindow.opener = self;
}

// extras
function openWindow() { 
popupWin = window.open('/sp/', 'remote',  'width=###,height=###,top=##,left=##,resizable=no,scrolling=no') 
}


//  window open...
function openWindowsp(url,name,width,height,top,left,resize,scroll) {
	var temp = "window.open('" + url + "', '" + name + "', '" + "width=" + width + ',height=' + height + ',top=' + top + ',left=' + left + ',resizable=' + resize + ',scrollbars=' + scroll + "')";
	eval(temp);
}

//-->

