var wnd;
function Shared(urls){
	wnd = window.open('', null, 'width=600,height=500,left=100,top=100');
	wnd.location = urls;
}
