function checkwin(id){
	var url = '/dress/check/';
	if(typeof id !="undefined"){ url += id+'/'; }
	window.open(url,'checkwin','width=470, height=350, menubar=no, toolbar=no, scrollbars=no');
}
function postagewin(id){
	var url = '/price/window.html';
	if(typeof id !="undefined"){ url += id+'/'; }
	window.open(url,'checkwin','width=470, height=350, menubar=no, toolbar=no, scrollbars=no');
}
